home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / msj / v07n03 / drag.exe / DFSERVER.RC < prev    next >
Encoding:
Text File  |  1992-05-01  |  283 b   |  14 lines

  1. #include "DFServer.h"
  2.  
  3. DropFile ICON dfserver.ico
  4.  
  5. DRPFIL_NOTALLOWED       CURSOR "df-notok.cur"
  6. DRPFIL_SINGLE           CURSOR "df-singl.cur"
  7. DRPFIL_MULTIPLE         CURSOR "df-multi.cur"
  8.  
  9. DROPFILE MENU
  10. BEGIN
  11.         MENUITEM   "&Select files!",   IDM_FILESELECT
  12. END
  13.  
  14.